docs(release): prepare 0.3.0 docs and notes#494
Merged
Conversation
Signed-off-by: Roel de Cort <roel.decort@adfinis.com>
Signed-off-by: Roel de Cort <roel.decort@adfinis.com>
Signed-off-by: Roel de Cort <roel.decort@adfinis.com>
Signed-off-by: Roel de Cort <roel.decort@adfinis.com>
Signed-off-by: Roel de Cort <roel.decort@adfinis.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Prepares the documentation side of the
0.3.0release:release-notes/0.3.0.mdoperator-facing release note0.3.0Docusaurus docs version and updateswebsite/versions.json0.2.0release notes link to/docs/0.2.0selfInit.oidcis described as initial bootstrap only, not a retrofit path for running clustersThis is intended to satisfy the stable
X.Y.0docs snapshot requirement before the release-please0.3.0PR is merged.Related Issues
Related to #395.
Type of Change
Risk and Compatibility
Low runtime risk. This PR does not change controller behavior.
API-facing impact is limited to generated CRD/API documentation text and the validation error message for unsupported
spec.upgrade.tokenSecretRef; the validation rule itself remains unchanged. The release docs call out upgrade caveats for inline auth, audit file storage, restore token identity labels, stricter storage endpoint validation, metrics-only listeners, Gateway passthrough, PKCS#11 runtime wiring, and OCI plugin downloads.Verification
make docs-version DOCS_VERSION=0.3.0make docs-refresh-version DOCS_VERSION=0.3.0make manifests generate api-referencemake helm-syncnpm --prefix website run verify:docs-version -- 0.3.0npm --prefix website run test:e2emake verify-generatedmake verify-helmmake docs-buildgit diff --check origin/main...HEADmake lint-ciReviewer Notes
The handwritten release note intentionally excludes perf harness work from the narrative because that work is test/release confidence infrastructure, not a production feature or fix. Release-please may still include perf-related conventional commits in the generated changelog unless the generated changelog policy is changed separately.
After this merges, the current release-please PR should be refreshed/rebased so the final
0.3.0release PR includes the docs snapshot and manual release note.Checklist